Creates a new instance of this type using the default constructor.
'Declaration
Public Overloads Shared Function New(Of )( _
ByVal As Type _
) As
public static New<>(
Type
)
Parameters
- type
- The type.
Type Parameters
- T
Return Value
A new instance of type T.